docs: Clarify gtk_render_icon()'s behaviour
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 4 Nov 2015 11:45:41 +0000 (11:45 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 4 Nov 2015 11:45:41 +0000 (11:45 +0000)
commitf959b350640040f08fe91d4ac3dff449ae056502
tree4b2de619caa9704f7e9e5cadbaa91e0a7768c20d
parent452e303ec06bd79d4af98c9e032ab221d0813b4a
docs: Clarify gtk_render_icon()'s behaviour

A GdkPixbuf has no scaling factor, so drawing directly from it can only
using a scale of 1, to avoid blurry, fuzzy icons.

You should be using gtk_render_icon_surface() anyway.
gtk/gtkrender.c